From: Adrian Robert Date: Wed, 23 Sep 2009 02:38:08 +0000 (+0000) Subject: * nsfont.m (Vns_reg_to_script): New lisp variable. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~10344 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=8e936ceb08b872ed92d84bb03694a3e9793df950;p=emacs.git * nsfont.m (Vns_reg_to_script): New lisp variable. (syms_of_nsfont): Declare it. (ns_registry_to_script): New function. (ns_get_req_script): Call it. (ns_findfonts): Don't give up on non-unicode registry. * font.c (DEFAULT_ENCODING) [HAVE_NS]: Remove special case. --- diff --git a/src/ChangeLog b/src/ChangeLog index 670800f1d2d..567dcada500 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -6,6 +6,14 @@ * nsmenu.m (EmacsMenu-menuNeedsUpdate): Ignore if frame has been deleted (bug #4492). + * nsfont.m (Vns_reg_to_script): New lisp variable. + (syms_of_nsfont): Declare it. + (ns_registry_to_script): New function. + (ns_get_req_script): Call it. + (ns_findfonts): Don't give up on non-unicode registry. + + * font.c (DEFAULT_ENCODING) [HAVE_NS]: Remove special case. + 2009-09-20 Tom Tromey * eval.c (find_handler_clause): Make stack-trace-on-error work in